home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libmimic0 / README < prev   
Text File  |  2006-02-07  |  1KB  |  41 lines

  1. ABOUT
  2. -----
  3.  
  4. libmimic is an open source video encoding/decoding library for Mimic V2.x-
  5. encoded content (fourCC: ML20), which is the encoding used by MSN Messenger
  6. for webcam conversations.
  7.  
  8. It was written because there was no third-party MSN-client that supported
  9. this feature due to this proprietary/unknown codec involved. I didn't like
  10. this lack of interoperability, so I decided to do something about it. After
  11. studying the official MSN-client a little closer, it became clear that the
  12. codec involved was statically linked into the executable, so there was no
  13. easy way to use the codec code through Wine. So for fun, and challenge, I
  14. reverse-engineered the original implementation by studying the massive
  15. amount of assembly code involved, and after a lot of hard work I ended
  16. up with this implementation in C.
  17.  
  18. It should be noted that reverse-engineering for interoperability is 100%
  19. legal here in Norway (and in most European countries).
  20.  
  21.  
  22. THANKS
  23. ------
  24.  
  25. Special thanks to Rob Taylor and the rest of the Farsight-team for all
  26. the feedback and inspiration during development, you guys rock! :-)
  27.  
  28.  
  29. BOTTOM LINE
  30. -----------
  31.  
  32. If you like my work and decide to use it in your project, please feel free
  33. to credit me. I put a lot of time and hard work into this, so I hope others
  34. will find it useful.
  35.  
  36. Well, enough chit chat, enjoy! :-)
  37.  
  38. Ole Andr├⌐ Vadla Ravn├Ñs
  39. oleavr at gmail dot com
  40.  
  41.